Q3Shader_Submit
You can use theQ3Shader_Submit
function to submit a shader in a view.
TQ3Status Q3Shader_Submit ( TQ3ShaderObject shader, TQ3ViewObject view);
shader
- A shader.
view
- A view.
DESCRIPTION
TheQ3Shader_Submit
function submits the shader specified by theshader
parameter for drawing or writing in the view specified by theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.